home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / uucp / Makefile.orig < prev    next >
Encoding:
Makefile  |  1995-10-09  |  14.5 KB  |  445 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # This is the Makefile for Taylor UUCP
  3. #
  4. # The file Makefile.in should be processed by configure to generate
  5. # Makefile.  If you want to generate Makefile by hand, you must find
  6. # all variables surrounded by @ and replace them with the correct
  7. # value (e.g. cc must be replaced by something like cc or gcc).
  8. #
  9. # Once you have done that, you should check the definitions at the top
  10. # of this file to make sure that they are reasonable for your system.
  11.  
  12. # Prefix directory for installation directories.
  13. prefix = /usr/local
  14. #prefix = /usr
  15.  
  16. # Prefix directory for files that are specific to a host type.
  17. exec_prefix = ${prefix}
  18.  
  19. # The user name that should own the resulting executables, several of
  20. # which are suid.  If you change this, you must run `make clean'.
  21. owner = uucp
  22.  
  23. # Where to install uucico, uuxqt, uuchk and uuconv.  If you use this
  24. # definition, $(exec_prefix)/lib must exist.
  25. sbindir = $(exec_prefix)/lib/uucp
  26. #sbindir = $(exec_prefix)/libexec/uucp
  27.  
  28. # Where to install uucp, uux, uustat, uuname, uulog, uuto, uupick and
  29. # cu.
  30. bindir = $(exec_prefix)/bin
  31.  
  32. # Where to install man pages.  Section 1 for user programs, 8 for daemons.
  33. man1dir = $(prefix)/man/man1
  34. #man1dir = $(prefix)/share/man/man1
  35. man1ext = .1
  36. man8dir = $(prefix)/man/man8
  37. #man8dir = $(prefix)/share/man/man8
  38. man8ext = .8
  39.  
  40. # Where to install the info files.
  41. infodir = $(prefix)/info
  42. #infodir = $(prefix)/share/info
  43.  
  44. # The directory to look in for new style configuration files (when
  45. # using HAVE_TAYLOR_CONFIG).  Note that by default this is different
  46. # from sbindir, unlike traditional UUCP packages.
  47. newconfigdir = $(prefix)/conf/uucp
  48. #newconfigdir = /etc/uucp
  49.  
  50. # The directory to look in for HDB (when using HAVE_HDB_CONFIG) or
  51. # V2 (when using HAVE_V2_CONFIG) style configuration files.
  52. oldconfigdir = /usr/lib/uucp
  53.  
  54. # If you don't want to compile tstuu, which requires BSD style ptys
  55. # and the Taylor configuration files, comment out the following line
  56. # The tstuu program is only used to test the package; it is described
  57. # further in the documentation.
  58. TSTUU = tstuu
  59.  
  60. #
  61. # The next few lines are set up by the configuration script.  You may
  62. # want to look them over.
  63. #
  64.  
  65. # If you do not have the mkdir system call, uncomment the following
  66. # three lines.  This will install uudir as an suid root program.  This
  67. # is necessary because invoking /bin/mkdir from an suid program will
  68. # leave the directories owned by the wrong user.
  69. # UUDIR = uudir
  70. # uudirdir = $(sbindir)/util
  71. # UUDIRFLAGS = -DUUDIR_PROGRAM=\"$(uudirdir)/$(UUDIR)\"
  72.  
  73. # Set to no if the system does not support #! at the beginning of
  74. # scripts.
  75. POUNDBANG = yes
  76.  
  77. # Source directory and, if necessary, VPATH
  78. srcdir = .
  79.  
  80. # Define programs and flags
  81. CC = cc
  82. CPPFLAGS = 
  83. CFLAGS = -g -O
  84. LDFLAGS = 
  85. LIBS = 
  86.  
  87. INSTALL = /usr/bin/install -c
  88. INSTALL_PROGRAM = ${INSTALL}
  89. INSTALL_DATA = ${INSTALL} -m 644
  90.  
  91. AR = ar
  92. RANLIB = ranlib
  93.  
  94. LN_S = ln -s
  95.  
  96. MAKEINFO = makeinfo
  97. TEXI2DVI = texi2dvi
  98. DVITPS = dvips
  99. TEXI2HTML = texi2html
  100.  
  101.  
  102.  
  103. #
  104. # Nothing else to configure
  105. #
  106.  
  107. SHELL = /bin/sh
  108.  
  109. VERSION = 1.06.1
  110.  
  111. MORECFLAGS = -I. -I$(srcdir) -DOWNER=\"$(owner)\" -DVERSION=\"$(VERSION)\" $(UUDIRFLAGS)
  112.  
  113. MDEFINES = CC='$(CC)' CPPFLAGS='$(CPPFLAGS)' CFLAGS='$(CFLAGS)' AR='$(AR)' RANLIB='$(RANLIB)' LN_S='$(LN_S)' newconfigdir='$(newconfigdir)' oldconfigdir='$(oldconfigdir)' owner='$(owner)' sbindir='$(sbindir)' UUDIRFLAGS='$(UUDIRFLAGS)' VERSION='$(VERSION)'
  114.  
  115. PROGRAMS = uucico uuxqt uux uucp uuchk uuconv uustat uuname uusched \
  116.     uulog uuto uupick cu
  117.  
  118. UUOBJS = uucico.o trans.o send.o rec.o xcmd.o prot.o protg.o protf.o \
  119.     prott.o prote.o proti.o protj.o proty.o protz.o time.o log.o \
  120.     chat.o conn.o util.o copy.o
  121. XQTOBJS = uuxqt.o util.o log.o copy.o
  122. UUXOBJS = uux.o util.o log.o copy.o
  123. UUCPOBJS = uucp.o util.o log.o copy.o
  124. UUSTATOBJS = uustat.o util.o log.o copy.o
  125. UUNAMEOBJS = uuname.o log.o
  126. UULOGOBJS = uulog.o log.o
  127. UUPICKOBJS = uupick.o log.o copy.o
  128. CUOBJS = cu.o prot.o log.o chat.o conn.o copy.o
  129. UUCHKOBJS = uuchk.o
  130. UUCONVOBJS = uuconv.o
  131. TSTOBJS = tstuu.o
  132.  
  133. ALLOBJS = uucico.o uuxqt.o uux.o uucp.o uuchk.o uuconv.o uustat.o \
  134.     uuname.o uulog.o uupick.o cu.o uudir.o tstuu.o trans.o send.o \
  135.     rec.o xcmd.o prot.o protg.o protf.o prott.o prote.o proti.o \
  136.     protj.o proty.o protz.o util.o time.o log.o chat.o conn.o \
  137.     copy.o
  138.  
  139. UULIBS = unix/libunix.a uuconf/libuuconf.a lib/libuucp.a
  140.  
  141. all: $(PROGRAMS) $(TSTUU) $(UUDIR)
  142.  
  143. install: $(PROGRAMS) $(UUDIR)
  144.     if test -d $(sbindir); then true; else mkdir $(sbindir); fi
  145.     if test -d $(bindir); then true; else mkdir $(bindir); fi
  146.     -if test -f $(sbindir)/uucico.old; then rm -f $(sbindir)/uucico; else mv $(sbindir)/uucico $(sbindir)/uucico.old; fi
  147.     -if test -f $(sbindir)/uuxqt.old; then rm -f $(sbindir)/uuxqt; else mv $(sbindir)/uuxqt $(sbindir)/uuxqt.old; fi
  148.     -if test -f $(sbindir)/uusched.old; then rm -f $(sbindir)/uusched; else mv $(sbindir)/uusched $(sbindir)/uusched.old; fi
  149.     $(INSTALL_PROGRAM) uucico $(sbindir)/uucico
  150.     $(INSTALL_PROGRAM) uuxqt $(sbindir)/uuxqt
  151.     $(INSTALL_PROGRAM) uuchk $(sbindir)/uuchk
  152.     $(INSTALL_PROGRAM) uuconv $(sbindir)/uuconv
  153.     $(INSTALL_PROGRAM) uusched $(sbindir)/uusched
  154.     chown $(owner) $(sbindir)/uucico $(sbindir)/uuxqt
  155.     chmod 4555 $(sbindir)/uucico $(sbindir)/uuxqt
  156.     chown $(owner) $(sbindir)/uuchk $(sbindir)/uuconv
  157.     if test "$(UUDIR)X" != "X"; then \
  158.       if test -d $(uudirdir); then \
  159.         true \
  160.       else \
  161.         mkdir $(uudirdir); \
  162.       fi; \
  163.       chown $(owner) $(uudirdir); \
  164.       chmod 100 $(uudirdir); \
  165.       $(INSTALL_PROGRAM) uudir $(uudirdir)/uudir; \
  166.       chown root $(uudirdir)/uudir; \
  167.       chmod 4555 $(uudirdir)/uudir; \
  168.     else \
  169.       true; \
  170.     fi
  171.     -for i in uux uucp uustat uuname uulog uuto uupick cu; do \
  172.       if test -f $(bindir)/$$i.old; then \
  173.         rm -f $(bindir)/$$i; \
  174.       else \
  175.         mv $(bindir)/$$i $(bindir)/$$i.old; \
  176.       fi; \
  177.       $(INSTALL_PROGRAM) $$i $(bindir)/$$i; \
  178.     done
  179.     chown $(owner) $(bindir)/uux $(bindir)/uucp $(bindir)/uustat 
  180.     chown $(owner) $(bindir)/uuname $(bindir)/cu
  181.     chmod 4555 $(bindir)/uux $(bindir)/uucp $(bindir)/uustat 
  182.     chmod 4555 $(bindir)/uuname $(bindir)/cu
  183.     if test -d $(man1dir); then true; else mkdir $(man1dir); fi
  184.     if test -d $(man8dir); then true; else mkdir $(man8dir); fi
  185.     $(INSTALL_DATA) $(srcdir)/uucico.8 $(man8dir)/uucico$(man8ext)
  186.     $(INSTALL_DATA) $(srcdir)/uuxqt.8 $(man8dir)/uuxqt$(man8ext)
  187.     $(INSTALL_DATA) $(srcdir)/uux.1 $(man1dir)/uux$(man1ext)
  188.     $(INSTALL_DATA) $(srcdir)/uucp.1 $(man1dir)/uucp$(man1ext)
  189.     $(INSTALL_DATA) $(srcdir)/uustat.1 $(man1dir)/uustat$(man1ext)
  190.     $(INSTALL_DATA) $(srcdir)/cu.1 $(man1dir)/cu$(man1ext)
  191.     @echo Use \"make install-info\" to install the info pages.
  192.  
  193. uninstall:
  194.     rm -f $(sbindir)/uucico $(sbindir)/uuxqt $(sbindir)/uusched
  195.     -cp $(sbindir)/uucico.old $(sbindir)/uucico
  196.     -cp $(sbindir)/uuxqt.old $(sbindir)/uuxqt
  197.     -cp $(sbindir)/uusched.old $(sbindir)/uusched
  198.     -chown $(owner) $(sbindir)/uucico $(sbindir)/uuxqt
  199.     -chmod 4555 $(sbindir)/uucico $(sbindir)/uuxqt
  200.     -chown $(owner) $(sbindir)/uuchk $(sbindir)/uuconv
  201.     rm -f $(bindir)/uux $(bindir)/uucp $(bindir)/uustat
  202.     rm -f $(bindir)/uuname $(bindir)/uulog $(bindir)/uuto
  203.     rm -f $(bindir)/uupick $(bindir)/cu
  204.     -cp $(bindir)/uux.old $(bindir)/uux
  205.     -cp $(bindir)/uucp.old $(bindir)/uucp
  206.     -cp $(bindir)/uustat.old $(bindir)/uustat
  207.     -cp $(bindir)/uuname.old $(bindir)/uuname
  208.     -cp $(bindir)/uulog.old $(bindir)/uulog
  209.     -cp $(bindir)/uuto.old $(bindir)/uuto
  210.     -cp $(bindir)/uupick.old $(bindir)/uupick
  211.     -cp $(bindir)/cu.old $(bindir)/cu
  212.     -chown $(owner) $(bindir)/uux $(bindir)/uucp $(bindir)/uustat 
  213.     -chown $(owner) $(bindir)/uuname $(bindir)/cu
  214.     -chmod 4555 $(bindir)/uux $(bindir)/uucp $(bindir)/uustat 
  215.     -chmod 4555 $(bindir)/uuname $(bindir)/cu
  216.  
  217. uucico: $(UUOBJS) $(UULIBS)
  218.     $(CC) $(CFLAGS) $(LDFLAGS) -o uucico $(UUOBJS) $(UULIBS) $(LIBS)
  219.  
  220. uuxqt: $(XQTOBJS) $(UULIBS)
  221.     $(CC) $(CFLAGS) $(LDFLAGS) -o uuxqt $(XQTOBJS) $(UULIBS) $(LIBS)
  222.  
  223. uux: $(UUXOBJS) $(UULIBS)
  224.     $(CC) $(CFLAGS) $(LDFLAGS) -o uux $(UUXOBJS) $(UULIBS) $(LIBS)
  225.  
  226. uucp: $(UUCPOBJS) $(UULIBS)
  227.     $(CC) $(CFLAGS) $(LDFLAGS) -o uucp $(UUCPOBJS) $(UULIBS) $(LIBS)
  228.  
  229. uustat: $(UUSTATOBJS) $(UULIBS)
  230.     $(CC) $(CFLAGS) $(LDFLAGS) -o uustat $(UUSTATOBJS) $(UULIBS) $(LIBS)
  231.  
  232. uuname: $(UUNAMEOBJS) $(UULIBS)
  233.     $(CC) $(CFLAGS) $(LDFLAGS) -o uuname $(UUNAMEOBJS) $(UULIBS) $(LIBS)
  234.  
  235. uulog: $(UULOGOBJS) $(UULIBS)
  236.     $(CC) $(CFLAGS) $(LDFLAGS) -o uulog $(UULOGOBJS) $(UULIBS) $(LIBS)
  237.  
  238. uusched: uusched.in Makefile
  239.     -rm -f uusched
  240.     if [ "x$(POUNDBANG)" = "xno" ]; then \
  241.       sed -e 's,#!/bin/sh,:,' -e 's,@SBINDIR@,$(sbindir),' < $(srcdir)/uusched.in > uusched; \
  242.     else \
  243.       sed -e 's,@SBINDIR@,$(sbindir),' < $(srcdir)/uusched.in > uusched; \
  244.     fi
  245.     chmod 0555 uusched
  246.  
  247. uuto: uuto.in Makefile
  248.     -rm -f uuto
  249.     if [ "x$(POUNDBANG)" = "xno" ]; then \
  250.       sed -e 's,#!/bin/sh,:,' -e 's,@BINDIR@,$(bindir),' < $(srcdir)/uuto.in > uuto; \
  251.     else \
  252.       sed -e 's,@BINDIR@,$(bindir),' < $(srcdir)/uuto.in > uuto; \
  253.     fi
  254.     chmod 0555 uuto
  255.  
  256. uupick: $(UUPICKOBJS) $(UULIBS)
  257.     $(CC) $(CFLAGS) $(LDFLAGS) -o uupick $(UUPICKOBJS) $(UULIBS) $(LIBS)
  258.  
  259. cu: $(CUOBJS) $(UULIBS)
  260.     $(CC) $(CFLAGS) $(LDFLAGS) -o cu $(CUOBJS) $(UULIBS) $(LIBS)
  261.  
  262. uuchk: $(UUCHKOBJS) $(UULIBS)
  263.     $(CC) $(CFLAGS) $(LDFLAGS) -o uuchk $(UUCHKOBJS) $(UULIBS) $(LIBS)
  264.  
  265. uuconv: $(UUCONVOBJS) $(UULIBS)
  266.     $(CC) $(CFLAGS) $(LDFLAGS) -o uuconv $(UUCONVOBJS) $(UULIBS) $(LIBS)
  267.  
  268. tstuu: $(TSTOBJS) $(UULIBS)
  269.     $(CC) $(CFLAGS) $(LDFLAGS) -o tstuu $(TSTOBJS) $(UULIBS) $(LIBS)
  270.  
  271. uudir: uudir.o $(UULIBS)
  272.     $(CC) $(CFLAGS) $(LDFLAGS) -o uudir uudir.o $(UULIBS) $(LIBS)
  273.  
  274. .c.o:
  275.     $(CC) -c $(MORECFLAGS) $(CPPFLAGS) $(CFLAGS) $<
  276.  
  277. uuconv.o: uuconv.c
  278.     $(CC) -c $(MORECFLAGS) -I$(srcdir)/uuconf -Iuuconf $(CPPFLAGS) $(CFLAGS) $(srcdir)/uuconv.c
  279.  
  280. sysdep.h: sysh.unx
  281.     rm -f sysdep.h
  282.     $(LN_S) $(srcdir)/sysh.unx sysdep.h || cp $(srcdir)/sysh.unx sysdep.h
  283.  
  284. uuconf/libuuconf.a: FORCE config.h
  285.     (cd uuconf; $(MAKE) $(MDEFINES) libuuconf.a)
  286.  
  287. unix/libunix.a: FORCE config.h sysdep.h
  288.     (cd unix; $(MAKE) $(MDEFINES) libunix.a)
  289.  
  290. lib/libuucp.a: FORCE config.h
  291.     (cd lib; $(MAKE) $(MDEFINES) libuucp.a)
  292.  
  293. FORCE:
  294.     @: Dummy command needed to work around QNX make bug.
  295.  
  296. clean:
  297.     (cd unix; $(MAKE) $(MDEFINES) clean)
  298.     (cd uuconf; $(MAKE) $(MDEFINES) clean)
  299.     (cd lib; $(MAKE) $(MDEFINES) clean)
  300.     rm -f $(ALLOBJS) $(PROGRAMS) tstuu sysdep.h
  301.     rm -f uucp-$(VERSION).tar.gz
  302.     rm -rf uucp-$(VERSION)
  303.  
  304. distclean:
  305.     (cd unix; $(MAKE) $(MDEFINES) distclean)
  306.     (cd uuconf; $(MAKE) $(MDEFINES) distclean)
  307.     (cd lib; $(MAKE) $(MDEFINES) distclean)
  308.     rm -f $(ALLOBJS) $(PROGRAMS) tstuu sysdep.h
  309.     rm -f uucp-$(VERSION).tar.gz
  310.     rm -rf uucp-$(VERSION)
  311.     rm -f Makefile config.h config.status stamp-h config.log config.cache
  312.  
  313. mostlyclean: clean
  314.  
  315. maintainer-clean realclean: distclean
  316.  
  317. # The distribution targets are mostly for my own use; they are not
  318. # expected to work on all other systems.
  319.  
  320. dist:
  321.     -rm -rf uucp-$(VERSION)
  322.     -rm -f uucp-$(VERSION).tar uucp-$(VERSION).tar.gz
  323.     mkdir uucp-$(VERSION)
  324.     ln `cat $(srcdir)/MANIFEST | sed -e 's|^|$(srcdir)/|'` uucp-$(VERSION)
  325.     rm -f uucp-$(VERSION)/policy.h uucp-$(VERSION)/Makefile.in
  326.     cp $(srcdir)/policy.h $(srcdir)/Makefile.in uucp-$(VERSION)
  327.     chmod 0644 uucp-$(VERSION)/policy.h uucp-$(VERSION)/Makefile.in
  328.     mkdir uucp-$(VERSION)/contrib
  329.     ln $(srcdir)/contrib/* uucp-$(VERSION)/contrib
  330.     mkdir uucp-$(VERSION)/sample
  331.     ln $(srcdir)/sample/* uucp-$(VERSION)/sample
  332.     (cd unix; $(MAKE) $(MDEFINES) dist)
  333.     (cd uuconf; $(MAKE) $(MDEFINES) dist)
  334.     (cd lib; $(MAKE) $(MDEFINES) dist)
  335.     tar -cvf uucp-$(VERSION).tar uucp-$(VERSION)
  336.     gzip --best uucp-$(VERSION).tar
  337.  
  338. doc-dist: uucp.texi uucp.info uucp.dvi uucp.ps uucp.html
  339.     -rm -rf uucp-doc-$(VERSION) uucp-doc-dist
  340.     -rm -f uucp-doc-$(VERSION).tar uucp-doc-$(VERSION).tar.gz
  341.     mkdir uucp-doc-$(VERSION)
  342.     ln $(srcdir)/README-DOC uucp-doc-$(VERSION)
  343.     ln $(srcdir)/uucp.texi uucp-doc-$(VERSION)
  344.     for i in uucp.info*; do ln $$i uucp-doc-$(VERSION); done
  345.     ln uucp.dvi uucp.ps uucp-doc-$(VERSION)
  346.     for i in uucp*.html; do ln $$i uucp-doc-$(VERSION); done
  347.     ln uucp.cp uucp.fn uucp.aux uucp-doc-$(VERSION)
  348.     ln texinfo.tex uucp-doc-$(VERSION)
  349.     mkdir uucp-doc-dist
  350.     mv uucp-doc-$(VERSION) uucp-doc-dist/uucp-$(VERSION)
  351.     cd uucp-doc-dist; tar -cvf ../uucp-doc-$(VERSION).tar uucp-$(VERSION)
  352.     gzip --best uucp-doc-$(VERSION).tar
  353.     -rm -rf uucp-doc-dist
  354.  
  355. info: uucp.info
  356.  
  357. uucp.info: uucp.texi
  358.     $(MAKEINFO) -o uucp.info $(srcdir)/uucp.texi
  359.  
  360. install-info: uucp.info
  361.     if test -d $(infodir); then true; else mkdir $(infodir); fi
  362.     if test -r uucp.info; then \
  363.       dir=.; \
  364.     else \
  365.       dir=$(srcdir); \
  366.     fi; \
  367.     for i in `cd $$dir; echo uucp.info*`; do \
  368.       $(INSTALL_DATA) $$dir/$$i $(infodir)/$$i; \
  369.     done
  370.  
  371. dvi: uucp.dvi
  372.  
  373. uucp.dvi: uucp.texi
  374.     $(TEXI2DVI) $(srcdir)/uucp.texi
  375.  
  376. ps: uucp.ps
  377.  
  378. uucp.ps: uucp.dvi
  379.     $(DVITPS) -o uucp.ps uucp.dvi
  380.  
  381. html: uucp.html
  382.  
  383. uucp.html: uucp.texi
  384.     $(TEXI2HTML) -menu -split_chapter $(srcdir)/uucp.texi
  385.  
  386. # Suggested autoconf targets.
  387.  
  388. ${srcdir}/configure: configure.in
  389.     cd ${srcdir} && autoconf
  390.  
  391. config.h: stamp-h
  392. stamp-h: config.h.in config.status
  393.     CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) ./config.status
  394.  
  395. Makefile: Makefile.in config.status
  396.     CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
  397.  
  398. config.status: configure
  399.     $(SHELL) ./config.status --recheck
  400.  
  401. TAGS:
  402.     etags *.h *.c
  403.  
  404. # Header file dependencies.  These are maintained by hand.
  405.  
  406. $(ALLOBJS): uucp.h config.h policy.h
  407.  
  408. uucico.o: uudefs.h uuconf.h system.h prot.h conn.h trans.h getopt.h
  409. uuxqt.o: uudefs.h uuconf.h system.h getopt.h
  410. uux.o: uudefs.h uuconf.h system.h getopt.h sysdep.h
  411. uucp.o: uudefs.h uuconf.h system.h getopt.h
  412. uustat.o: uudefs.h uuconf.h system.h getopt.h
  413. uuname.o: uudefs.h uuconf.h system.h getopt.h
  414. uulog.o: uudefs.h uuconf.h system.h getopt.h
  415. uupick.o: uudefs.h uuconf.h system.h getopt.h
  416. cu.o: cu.h uudefs.h uuconf.h sysdep.h conn.h prot.h system.h getopt.h
  417. uuchk.o: uuconf.h getopt.h
  418. uuconv.o: $(srcdir)/uuconf/uucnfi.h uuconf.h getopt.h
  419. uudir.o: sysdep.h
  420. tstuu.o: sysdep.h getopt.h system.h
  421. trans.o: uudefs.h uuconf.h system.h prot.h trans.h
  422. send.o: uudefs.h uuconf.h system.h prot.h trans.h
  423. rec.o: uudefs.h uuconf.h system.h prot.h trans.h
  424. xcmd.o: uudefs.h uuconf.h system.h prot.h trans.h
  425. prot.o: uudefs.h uuconf.h system.h prot.h conn.h
  426. protg.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  427. protf.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  428. prott.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  429. prote.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  430. proti.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  431. protj.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  432. proty.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  433. protz.o: uudefs.h uuconf.h prot.h conn.h system.h trans.h
  434. log.o: uudefs.h uuconf.h system.h
  435. chat.o: uudefs.h uuconf.h system.h prot.h conn.h
  436. conn.o: uudefs.h uuconf.h conn.h
  437. time.o: uudefs.h uuconf.h
  438. util.o: uudefs.h uuconf.h system.h
  439. copy.o: uudefs.h system.h sysdep.h
  440.  
  441. .NOEXPORT:
  442.  
  443. .PHONY: all install uninstall clean distclean mostlyclean realclean
  444. .PHONY: maintainer-clean dist doc-dist info info install-info dvi ps
  445.